real type meaning in English
实型
Examples
- If the operation involved ' / ' ( real division ) , the output value must be real type
如果在运算式中掀涉/ (实数除法) ,其输出结果一定是实数 - A user specifies real types generic type arguments for the type parameters when calling the generic method
当调用泛型方法时,用户为类型参数指定实类型(泛型类型变量) 。 - A user specifies real types generic type arguments for the type parameters when creating an instance of the generic type
当创建泛型类型的实例时,用户为类型参数指定实类型(泛型类型变量) 。 - A real type defines a set of numbers that can be represented with floating - point notation . the table below gives the ranges and storage formats for the fundamental real types
翻译:实数类型定义了一组可以以浮点记号描述的数。下表给出了重要的实数类型的范围和存储格式。 - A constructed type or method can be an open generic type if some of its type arguments are type parameters of enclosing types or methods , or a closed generic type if all of its type arguments are real types
如果构造的类型或方法的某些类型变量为封闭类型或方法的类型参数,则构造的类型或方法可以是开放式泛型类型;如果构造的类型或方法的所有类型变量都是实类型,则构造的类型或方法是封闭式泛型类型。